ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / FrozenRows Property






In This Topic
    FrozenRows Property (FlexGridBase<T>)
    In This Topic
    Gets or sets the number of frozen columns.
    Syntax
    'Declaration
     
    
    Public Overridable Property FrozenRows As System.Integer
    'Usage
     
    
    Dim instance As FlexGridBase(Of T)
    Dim value As System.Integer
     
    instance.FrozenRows = value
     
    value = instance.FrozenRows
    public virtual System.int FrozenRows {get; set;}
    public read-write property FrozenRows: System.Integer; virtual; 
    public function get,set FrozenRows : System.int
    public: __property virtual System.int get_FrozenRows();
    public: __property virtual void set_FrozenRows( 
       System.int value
    );
    public:
    virtual property System.int FrozenRows {
       System.int get();
       void set (    System.int value);
    }
    Remarks
    Frozen columns do not scroll, but the cells they contain may be selected and edited.
    See Also